home *** CD-ROM | disk | FTP | other *** search
- object FormMailToHistory: TFormMailToHistory
- Left = 60
- Top = 104
- BorderIcons = []
- BorderStyle = bsDialog
- Caption = 'mailto: URLs'
- ClientHeight = 170
- ClientWidth = 562
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poScreenCenter
- OnCreate = FormCreate
- OnDestroy = FormDestroy
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object ListBoxHistory: TListBox
- Left = 0
- Top = 0
- Width = 562
- Height = 134
- Align = alTop
- ExtendedSelect = False
- IntegralHeight = True
- ItemHeight = 13
- ParentShowHint = False
- ShowHint = True
- TabOrder = 0
- OnClick = ListBoxHistoryClick
- OnDblClick = ButtonInsertClick
- OnKeyDown = ListBoxHistoryKeyDown
- OnMouseDown = ListBoxHistoryMouseDown
- end
- object ButtonInsert: TButton
- Left = 4
- Top = 140
- Width = 77
- Height = 25
- Hint = 'Use the currently selected entry and close'
- Caption = '&OK'
- ParentShowHint = False
- ShowHint = True
- TabOrder = 1
- OnClick = ButtonInsertClick
- end
- object ButtonDeleteEntry: TButton
- Left = 88
- Top = 140
- Width = 77
- Height = 25
- Hint = 'Delete the currently selected entry'
- Caption = '&Delete Entry'
- ParentShowHint = False
- ShowHint = True
- TabOrder = 2
- OnClick = ButtonDeleteEntryClick
- end
- object ButtonClose: TButton
- Left = 172
- Top = 140
- Width = 77
- Height = 25
- Cancel = True
- Caption = '&Close'
- ParentShowHint = False
- ShowHint = False
- TabOrder = 3
- OnClick = ButtonCloseClick
- end
- object ButtonHelp: TButton
- Left = 256
- Top = 140
- Width = 77
- Height = 25
- Caption = '&Help'
- ParentShowHint = False
- ShowHint = False
- TabOrder = 4
- OnClick = ButtonHelpClick
- end
- end
-